Master List | #


Included below is a list of every JavaScript in our archives. If you are unable to find what you are looking for, or need assistance in modifying one of the scripts to suit your needs, or just would like to help others out, please please visit our JavaScript Forum.

Update Archives:
1999 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

You can also use your browser's 'Find in Page'
feature to look for keywords on this page!

All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Title: 404 Referrer
Details: 0.56 KB * Uploaded March 20 1999
Description: Do you get lots of 404 "file not found" errors every time you change a file's name? Use this simple script to include in a HTML form (a hidden field) that contains the referring page's address. It's easy to correct bad links!

[ Get Source Code ]


Title: 5 Function Calculator
Details: 1.72 KB * Uploaded April 16 1998
Description: Here is a really simple JavaScript calculator - with just 5 functions! (Add, subtract, multiply, divide, and power) This example can help you see how JavaScript evaluates math functions! Check it out!

[ Get Source Code ]


Title: 800 Number Converter
Details: 2.11 KB * Uploaded August 17 1999
Description: Converts an alphanumeric phone number (like 1800Flowers.com) to its numeric phone number (like 18003569377). An excellent example of the JavaScript switch() function in use. Great!

[ Get Source Code ]